object Form2: TForm2 Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'Install or Uninstall Rescue 95' ClientHeight = 113 ClientWidth = 246 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} Position = poScreenCenter OnShow = Form2Show PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 4 Top = 57 Width = 37 Height = 34 AutoSize = True Picture.Data = {} end object RadioButton1: TRadioButton Left = 40 Top = 19 Width = 162 Height = 23 Caption = 'Install Rescue 95' Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 59 Top = 47 Width = 162 Height = 24 Caption = 'Uninstall Rescue 95' TabOrder = 1 end object Button1: TButton Left = 85 Top = 79 Width = 67 Height = 21 Caption = 'O K' Default = True TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 160 Top = 79 Width = 67 Height = 21 Cancel = True Caption = 'Exit' TabOrder = 3 OnClick = Button2Click end end